home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / nano / css.nanorc < prev    next >
Encoding:
Text File  |  2010-04-15  |  331 b   |  10 lines

  1. ## Here is an example for css files.
  2. ##
  3. syntax "css" "\.css$"
  4. color brightred     "."
  5. color brightyellow  start="\{" end="\}"
  6. color brightwhite   start=":" end="([;^\{]|$)"
  7. color brightblue    ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
  8. color brightblue    start="\/\*" end="\\*/"
  9. color green         ";|:|\{|\}"
  10.